|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectcom.epiphan.vga2usb.GrabParameters
VGA capture parameters.
Field Summary | |
int |
flags
Validity flags. |
int |
gain_b
Gain (contrast) for the blue channel. |
int |
gain_g
Gain (contrast) for the green channel. |
int |
gain_r
Gain (contrast) for the red channel. |
static int |
GRAB_BMP_BOTTOM_UP
Grab image upside-down |
int |
grab_flags
Grab flags. |
int |
grab_flags_mask
Which bits from grab_flags are used |
static int |
GRAB_PREFER_WIDE_MODE
Wide mode flag. |
int |
hshift
Horizontal shift. |
int |
offset_b
Offset (brightness) for the blue channel. |
int |
offset_g
Offset (brightness) for the green channel. |
int |
offset_r
Offset (brightness) for the red channel. |
int |
phase
Pixel sampling phase. |
int |
pllshift
PLL adjustment. |
static int |
VALID_GRABFLAGS
Indicates that grab_flags and grab_flags_mask are used |
static int |
VALID_HSHIFT
Indicates that hshift field is used |
static int |
VALID_OFFSETGAIN
Indicates that all gain_{rgb} and offset_{rgb} fields are used |
static int |
VALID_PHASE
Indicates that phase field is used |
static int |
VALID_PLLSHIFT
Indicates that pllshift field is used |
static int |
VALID_VSHIFT
Indicates that vshift field is used |
int |
vshift
Vertical shift. |
Constructor Summary | |
GrabParameters()
Creates an empty GrabParameters object. |
Method Summary | |
Object |
clone()
Clones this object. |
Methods inherited from class Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int flags
VALID_HSHIFT
,
VALID_PHASE
,
VALID_OFFSETGAIN
,
VALID_VSHIFT
,
VALID_PLLSHIFT
,
VALID_GRABFLAGS
public int gain_b
public int gain_g
public int gain_r
public static final int GRAB_BMP_BOTTOM_UP
public int grab_flags
GRAB_BMP_BOTTOM_UP
,
GRAB_PREFER_WIDE_MODE
public int grab_flags_mask
public static final int GRAB_PREFER_WIDE_MODE
public int hshift
public int offset_b
public int offset_g
public int offset_r
public int phase
public int pllshift
public static final int VALID_GRABFLAGS
public static final int VALID_HSHIFT
public static final int VALID_OFFSETGAIN
public static final int VALID_PHASE
public static final int VALID_PLLSHIFT
public static final int VALID_VSHIFT
public int vshift
Constructor Detail |
public GrabParameters()
GrabParameters
object.
Method Detail |
public Object clone()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |